github.com/gotd/td/rpc.Engine.log (field)
9 uses
github.com/gotd/td/rpc (current package)
ack.go#L17: e.log.Debug(context.Background(), "Acknowledge callback not set", log.Int64("msg_id", id))
ack.go#L31: logger := e.log.With(log.Int64("ack_id", id))
engine.go#L26: log log.Helper
engine.go#L56: log: logger,
engine.go#L87: logger := e.log.With(log.Int64("msg_id", req.MsgID))
engine.go#L196: logger = e.log.Named("retry").With(log.Int64("msg_id", req.MsgID))
engine.go#L262: e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))
engine.go#L275: e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))
engine.go#L292: e.log.Info(context.Background(), "Close called")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |